home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / as.sun4 / RCS / local.mk,v < prev    next >
Encoding:
Text File  |  1991-08-27  |  1008 b   |  65 lines

  1. head     1.2;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.2
  10. date     90.02.16.13.57.18;  author rab;  state Exp;
  11. branches ;
  12. next     1.1;
  13.  
  14. 1.1
  15. date     90.02.07.11.03.00;  author rab;  state Exp;
  16. branches ;
  17. next     ;
  18.  
  19.  
  20. desc
  21. @@
  22.  
  23.  
  24. 1.2
  25. log
  26. @Fixed command line defines and header file path.
  27. @
  28. text
  29. @#
  30. # This file is included by Makefile.  Makefile is generated automatically
  31. # by mkmf, and this file provides additional local personalization.  The
  32. # variable SYSMAKEFILE is provided by Makefile;  it's a system Makefile
  33. # that must be included to set up various compilation stuff.
  34. #
  35.  
  36. CFLAGS += -I../as/sprite -I../as/dist -Derror=as_fatal -DSPARC
  37.  
  38. #include    <$(SYSMAKEFILE)>
  39.  
  40. .PATH.h : ../as/sprite ../as/dist
  41.  
  42. #
  43. # Arrange for programs to be installed in the library area instead of
  44. # the normal commands area.
  45. #
  46.  
  47. TMINSTALLDIR    = /sprite/lib/gcc/$(TM).md
  48.  
  49.  
  50. @
  51.  
  52.  
  53. 1.1
  54. log
  55. @Initial revision
  56. @
  57. text
  58. @d8 1
  59. a8 1
  60. CFLAGS += -I../as/dist -Derror=as_fatal -DSPARC
  61. d12 1
  62. a12 1
  63. .PATH.h : ../as/dist
  64. @
  65.